From: Paul Eggert Date: Thu, 17 Mar 2011 00:03:31 +0000 (-0700) Subject: * unexec.h: New file. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4366^2~11 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=423f0cbcbd13daf230a0627449abc2a83c1d6148;p=emacs.git * unexec.h: New file. --- diff --git a/src/ChangeLog b/src/ChangeLog index d4d7b499f48..c6718c7df8c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,7 @@ 2011-03-16 Paul Eggert New file unexec.h, the (simple) interface for unexec. + * unexec.h: New file. * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o): (unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o): Depend on unexec.h. diff --git a/src/unexec.h b/src/unexec.h new file mode 100644 index 00000000000..343eb6d8db5 --- /dev/null +++ b/src/unexec.h @@ -0,0 +1 @@ +void unexec (const char *, const char *);